EAS Submit
buildしたアプリ(ipa, aab)をApple/GoogleのストアにExpoが提出してくれる
appのbinaryをApp Store/Google Play Storeへのsubmitするhosted service
storeへの提出がコマンド1発でできるmrsekut.icon
Upload your app to the Apple App Store or Google Play Store from the cloud with one CLI command.
Introduction
Configuration with eas.json
Submitting to Google
Submitting to Apple
Using with "expo build"
$ eas submit --platform ios
のように実行すれば提出できる
$ eas build --auto-submit
eas buildで使うったアプリをexpo serverから直接storeに提出できる
普通これ
従来のbuildで作ったアプリも同様にserverから直接提出できる
localにあるアプリも提出できる
CIでできる
例えばmasterにmergeされたら、EAS BuildとEAS Submitを行って、自動で提出する
リリースノートとかどうするの?
Priority Plan 契約済ユーザだけが使える #?? Freeプランでも使えるっぽい